home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / demo / sitev10.zip / README next >
Text File  |  1994-12-27  |  5KB  |  137 lines

  1.              ----------------------------------------
  2.              SiteView(TM) 1.0 3D Visualization System
  3.                           ConSolve Inc.
  4.              ----------------------------------------
  5.  
  6. Thank you for downloading this free demonstration version of SiteView.
  7.  
  8. SiteView is an easy-to-use, inexpensive 3D visualization system.  It
  9. was developed for use by environmental scientists and engineers but
  10. is well suited to anyone who wants to quickly generate compelling
  11. interactive 3D visualizations of spatial data.
  12.  
  13. SiteView allows you to easily import data from DXF and TSV (text) files.
  14. Once you import your data you can create:
  15.     - 3D iso-shells of attribute fields (potatoes-in-space),
  16.     - 2-1/2D surfaces of attributes as functions of (x,y), and
  17.     - geological models in fence diagrams or blocks.
  18.  
  19. SiteView will automatically interpolate gridded fields from arbitrarily
  20. positioned data points.  All of the visualizations created in SiteView
  21. can have custom display properties such as:
  22.     - color gradients,
  23.     - contouring,
  24.     - lighting,
  25.     - smoothing,
  26.     - labeling, etc.
  27.  
  28. SiteView is very affordable.  The Microsoft Windows version of SiteView
  29. 1.0 is only $199.  This price is valid through January 1995.
  30. Owners of 1.0 will receive a free upgrade to 1.5 when it becomes available
  31. at the end of January.
  32.  
  33. SiteView requires 16MB of RAM.  If you run SiteView with less than 16MB of
  34. RAM its performance will be sluggish.
  35.  
  36. The evaluation version of SiteView that you have is fully functional
  37. except that you cannot save your work to a file.  You are welcome to use
  38. this version as long as you wish, and to pass copies of it along to
  39. others.
  40.  
  41. If you would like a completely functional version of SiteView, please
  42. call us at 1-617-674-2199, fax us at 1-617-674-2217, or send email to
  43. gbb@ConSolve.COM.
  44.  
  45.  
  46.  
  47. SiteView 1.0 Directory Structure
  48. --------------------------------
  49. doc:    
  50.     SiteView documentation in MS WORD and TEXT formats.
  51.     release.txt  is the Release Notes... READ THESE FIRST!
  52.     siteview.txt is the User's Manual.
  53.  
  54. samples:
  55.     Three sample workspaces:
  56.     mudville is an airport with groundwater contamination.
  57.          mudfast.sws is a faster version of mudville.sws.
  58.     3dhouse  is a 3D DXF example of a house with a leaking oil tank.
  59.     surfaces is an example of SiteView surface modeling.
  60.  
  61.  
  62.  
  63. SiteView on Microsoft Windows 3.1 or NT
  64. ---------------------------------------
  65. To run SiteView you need a 486 or Pentium PC with 16MB of RAM.
  66. Be sure to set the virtual memory of your system to at least 20MB
  67. (Main/Control Panel/386 Enhanced/Virtual Memory).
  68. If you run SiteView with less than 16MB of RAM its performance will be
  69. sluggish.
  70.  
  71. To run SiteView on Windows 3.1 you need to install WIN32S, Microsoft's 32-bit
  72. enhancement to Windows 3.1.  You can download WIN32S from ftp.microsoft.com.
  73.  
  74. To install SiteView:
  75.     C:\> md \SITEV10
  76.     C:\> cd \SITEV10
  77.  
  78.     Assuming you've placed sitev10.zip in \temp:
  79.     C:\SITEV10> pkunzip -d \temp\sitev10.zip
  80.  
  81.  
  82. To add a SiteView program group and icon to the Program Manager:
  83.     From the FILE menu of the PROGRAM MANAGER, select NEW and create a new
  84.     PROGRAM GROUP called SiteView.
  85.  
  86.     Select NEW again and create a new PROGRAM ITEM and set:
  87.     Description:       SiteView 1.0
  88.     Command Line:      sv.exe
  89.     Working Directory: c:\SITEV10
  90.  
  91.     Select CHANGE ICON and then browse to the c:\SITEV10 directory and
  92.     select the icon file named siteview.ico.
  93.  
  94.  
  95. To run SiteView and explore a sample workspace:
  96.     From the PROGRAM MANAGER, double click on the SiteView icon.
  97.     From the File menu in SiteView, select Open.
  98.     In the file browser choose mudfast.sws, 3dhouse.sws, or surfaces.sws.
  99.     If you have less than 16MB of RAM try a small workspace like surfaces.sws.
  100.  
  101.  
  102.  
  103. SiteView on SunOS 4.1.x
  104. -----------------------
  105. To install SiteView:
  106.     First become root (login as root or use the su command).
  107.     Then:
  108.     # mkdir /usr/local/siteview-1.0
  109.     # cd    /usr/local/siteview-1.0
  110.  
  111.     Assuming you've placed sitev10.tar.Z in /tmp:
  112.     # zcat /tmp/sitev10.tar.Z | tar xvf -
  113.  
  114.  
  115. SiteView can be run with several different "look-and-feels".  The choices
  116. are windows, motif, and openlook.  SiteView looks best in either the windows
  117. or motif laf.  To select which laf to use supply the -laf switch to SiteView:
  118.     % sv -laf windows
  119.  
  120. You should probably pick a laf that looks good to you and supply the
  121. corresponding -laf switch in the script below.
  122.  
  123.  
  124. To make SiteView visible on the default path:
  125.     # cat > /usr/bin/sv
  126.     #!/bin/sh
  127.     cd /usr/local/siteview-1.0
  128.     ./sv -laf windows
  129.     CTRL-D (hold down the CTRL key and press the D key)
  130.     # chmod 755 /usr/bin/sv
  131.  
  132.  
  133. To run SiteView and explore a sample workspace:
  134.     % sv
  135.     From the File menu in SiteView, select Open.
  136.     In the file browser choose mudfast.sws, 3dhouse.sws, or surfaces.sws.
  137.